home *** CD-ROM | disk | FTP | other *** search
- On Thu, 3 Apr 1997, Jamie B wrote:
-
- > Okay, I'm not going to brag on about anything... All I want to know
- > I want this:
- >
- > HELLO
- >
- > To be the same as this:
- >
- > HeLlO
- >
- > (No case discrimination)...
-
- I don't have my manual infront of me, but this is a method:
- The ascii code difference between upper and lover case is always fixed. Ie
- the difference between a and A is the same as the difference between b and
- B.
-
- if charcater read is greater than 64 (I dunno, look up the highest ascii
- value for lowercase) then subtract the difference.
-
-
-
- Darryl
- Australia
- IMAGINE INFO #####\ _ /##### AMOS INFO
- Amiga 2000 #( )# | _( )__ | #( )# AmosPro + Compiler
- Amiga 3000T ##### | /_ / | ##### APME (Get it!)
- 486DX2-66 #" "# | ___m/I_ //_____ | #" "# Turbo extension
- Imagine 3.0 # O # |____#-x.\ /++m\ /.x-#____| # O # 3D extension
- Intermediate #m.m# | /" \ ///###\\\ / "\ | #m.m# BBS extension
- #####/ ######/ \###### \#####
- Profession- Disk Jockey/System Administrator
- http://www.dragonfire.net/~daz/home.htm
-
-
-
-